toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp
/
VerifierInfo
Verifier
Info
@
JvmInline
value
class
VerifierInfo
(
val
attestations
:
List
<
VerifierInfo.Attestation
>
)
:
Serializable
(
source
)
Members
Constructors
Verifier
Info
Link copied to clipboard
constructor
(
attestations
:
List
<
VerifierInfo.Attestation
>
)
Types
Attestation
Link copied to clipboard
@
Serializable
data
class
Attestation
(
val
format
:
VerifierInfo.Attestation.Format
,
val
data
:
VerifierInfo.Attestation.Data
,
val
credentialIds
:
CredentialQueryIds
?
=
null
)
:
Serializable
Companion
Link copied to clipboard
object
Companion
Properties
attestations
Link copied to clipboard
val
attestations
:
List
<
VerifierInfo.Attestation
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String